<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>3</cardCount>
<cardID>2949</cardID>
<listID>4366</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackset userlevel to 5put the screenRect into possibleRectput the rect of this card into actualRectif actualRect is possibleRect thenif the number of cards in bg "Finder" is 1 thengo to first card in bg "Set"exit openStackend ifelseput item 3 of possibleRect & "," & item 4 of possibleRect into whask "Reset size of stack to what?" with whif the result is "Cancel" thenelseif it is not empty thenput it into whput item 1 of wh into item 3 of possibleRectput item 2 of wh into item 4 of possibleRectset the rect of this card to possibleRectgo to bg "Set"set the loc of bg btn "Clear Program Names" to¬83,31set the loc of bg btn "Import Program Names" to¬(item 3 of possibleRect)/2,31set the loc of bg btn "Make New Icons" to¬(item 3 of possibleRect)-83,31put "set the rect of bg fld " & quote & "Applications" & ¬quote & " to 0,42," & wh into doMedo doMego to first card in bg "Finder"set the loc of bg btn "Prev" to ¬(item 1 of wh)/2-17,(item 2 of wh)-15set the loc of bg btn "Next" to ¬(item 1 of wh)/2+17,(item 2 of wh)-15set the loc of bg btn "Make New Application Icon" to¬(item 1 of wh - 103),(item 2 of wh - 12)go to first card in bg "Set"exit openStackend ifend ifend ifgo first card in bg "Finder"go next cardend openStackon doMenu menuFunctionif menuFunction is "Help" thenhide menubarpush cardgo to card "Help" of bg "Set"unlock screenwait until the mouseClickpop cardshow menubarelsepass doMenuend ifend doMenu</script>